Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typefaces #55

Merged
merged 2 commits into from
Dec 2, 2018
Merged

Typefaces #55

merged 2 commits into from
Dec 2, 2018

Conversation

arcticicestudio
Copy link
Contributor

Resolves #54

Installed the

- main stylistic and visualization sans-serif font Rubik (1) through the
  typeface-rubik (2) package.
- sans-serif font Inter UI (3) for documentations, technical and factual
  content through the `i`nter-ui (4) package.
- main monospace font Source Code Pro (5) for all code elements through
  the typeface-source-code-pro (6) package.

References:
  (1) https://fonts.google.com/specimen/Rubik
  (2) https://www.npmjs.com/package/typeface-rubik
  (3) https://rsms.me/inter
  (4) https://www.npmjs.com/package/inter-ui
  (5) https://fonts.google.com/specimen/Source+Code+Pro
  (6) https://www.npmjs.com/package/typeface-source-code-pro

GH-54
In order to use the fonts is must be added to Nord Docs theme. This
commit implements the `typography` module that defines all used font
families and the basic typography properties and values like the font
size and units based on the used modular scale documented in GH-2.

Associated epic: GH-2
Dependency of GH-53
GH-54
@codecov
Copy link

codecov bot commented Dec 2, 2018

Codecov Report

Merging #55 into develop will decrease coverage by 55.55%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop      #55       +/-   ##
============================================
- Coverage      100%   44.44%   -55.56%     
============================================
  Files            2        4        +2     
  Lines            4        9        +5     
============================================
  Hits             4        4               
- Misses           0        5        +5
Flag Coverage Δ
#unit 44.44% <0%> (-55.56%) ⬇️
Impacted Files Coverage Δ
src/styles/theme/typography.js 0% <0%> (ø)
src/styles/theme/index.js 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2a3a50...b8ed6ae. Read the comment docs.

@arcticicestudio arcticicestudio merged commit 81a5b23 into develop Dec 2, 2018
@arcticicestudio arcticicestudio deleted the feature/gh-54-typefaces branch December 2, 2018 14:06
@arcticicestudio arcticicestudio removed their assignment Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants